Revision: bazaar--cached--1--patch-6
Archive: aaron.bentley@utoronto.ca--baz
Creator: Aaron Bentley <aaron.bentley@utoronto.ca>
Date: Sun Dec 19 16:30:34 EST 2004
Standard-date: 2004-12-19 21:30:34 GMT
Modified-files: libarch/cached-archive.c
New-patches: aaron.bentley@utoronto.ca--baz/bazaar--cached--1--patch-6
Summary: Fixed memory allocation error
Keywords: 

I was using data after I had called realloc, without updating the address.
Valgrind caught this.
